CraftBukkit-CommandsEX Wiki
Modular Minecraft server plugin - commands, events, ...
Status: Abandoned
Brought to you by:
zathrus-writer
Commands that extend the use of in-game chat.
Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.
Configuration:
# time (in seconds) after which to start a periodic quiz, set to 0 to disable timer
# ... if 0, admins can still force a new quiz by issuing command /quiz start
quizRepeatTime: 500
# time (in seconds) between the quiz is announced and it actually starts (to leave players time to prepare)
quizDelay: 10
# time (in seconds) how long will one quiz question remain valid
quizDuration: 60
# quiz difficulties and rewards - each difficulty has its own rewards set which is cycled through
# one reward will not be repeated twice in a row
quizDiff:
easy:
caseSentisive : 0 # if true or 1, answers will be checked case-sensitively
reward1:
2 : 4 # 4x grass block
reward2:
298 : 1 # 1x leather helmet
"35:5" : 8 # 8x lime wool block
# set up your quizzes here (quiz names can be arbitrary)
quizzes:
babyBorn:
question: How long does it take for a baby to be born?
difficulty: easy # this must be a value defined in quizDiff section above
answers:
- 9 months
- 9 mnts
- nine months
- nine mnts